home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / nethack.lha / nethack-3.1 / include / lev.h < prev    next >
C/C++ Source or Header  |  1993-01-17  |  351b  |  15 lines

  1. /*    SCCS Id: @(#)lev.h    3.1    90/22/02    */
  2. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
  3. /* NetHack may be freely redistributed.  See license for details. */
  4.  
  5. /*    Common include file for save and restore routines */
  6.  
  7. #ifndef LEV_H
  8. #define LEV_H
  9.  
  10. #define COUNT_SAVE    0x1
  11. #define WRITE_SAVE    0x2
  12. #define FREE_SAVE    0x4
  13.  
  14. #endif /* LEV_H */
  15.